/*For each property, you will basically change 1primary color, 1secondary color, 1text color, and a font file.*/ /*Define a Font*/ .body, #modal-title, .modal-body, .alert-info, .welcome_text, .property_name, .text, .form-control, .req, .title_packagespanel, .btn-secondary, .btn-survey, .btn-primary, .block_title, .popover, .popup-panel, .survey-title, .survey-text, .radio, .foottext, .privacystatement-title { font-family: 'Montserrat', Arial, Sans serif !important; } p,span,strong,h3,h4,th,div,label { font-family: 'Montserrat', Arial, Sans serif; } h5#exampleModalLongTitle { font-family: 'Montserrat', Arial, Sans serif !important; } label { font-family: 'Montserrat', Arial, Sans serif !important; } .breadcrumbs li a { font-family: 'Montserrat', Arial, Sans serif !important; } .quote-content-wrapper .subtitle { font-family: 'Montserrat', Arial, Sans serif !important; } .quote-content-wrapper .table>tbody>tr>td { font-family: 'Montserrat', Arial, Sans serif !important; } /*Use Primary Color*/ /*This color is normally used for the primary button, navigation, titles etc*/ .form-control:focus { border-color: #554e8e; } .btn-primary { background-color: #554e8e !important; border: 2px solid #554e8e !important; color: #ffffff !important; } .btn-primary:hover { background-color: #554e8e !important; border: 2px solid #554e8e !important; color: #ffffff !important; } .btn-secondary { background-color: #ffffff !important; color: #554e8e !important; border: 2px solid #554e8e !important; } .btn-secondary:hover { background-color: #554e8e !important; color: #ffffff !important; } .form-control:focus { box-shadow: 0 0 2px #554e8e; } .breadcrumbs li a { color: #554e8e !important; } .breadcrumbs li.active a { border-bottom: solid 2px #554e8e; background-color: #554e8e; } .block_title { color: #554e8e !important; } .acordion-header:after { color: #554e8e; } .collapsed:after { color: #554e8e; } .quote-content-wrapper .accordion { border-bottom: 2px solid #554e8e; } .quote-content-wrapper .section-header { color: #554e8e; } a.acordion-header, div.summary-header { color: #554e8e; } a.acordion-header span { color: #554e8e; } div.summary-header { border-bottom: 2px solid #554e8e; } .table td, .table th { border-top: 1px solid #554e8e; } /*Use Primary Color but using degradation. This needs to be in RGBA to be ok with Internet Explorer. We are defining the transparency. Reccomed use http://hex2rgba.devoth.com/*/ .packagespanel { background-color: rgba(85, 78, 142, 0.25); } .table td, .table th { border-bottom: 1px solid rgba(85, 78, 142, 0.25); } div.summary-header, .card-header { background-color: rgba(85, 78, 142, 0.25); } .quote-content-wrapper .section-header { background-color: rgba(85, 78, 142, 0.25); } .breadcrumbs li a { background-color: rgba(85, 78, 142, 0.25) !important; border-bottom: solid 2px rgba(85, 78, 142, 0.25); } /*Use Secondary Color*/ /*This color is normally used for the top line, footer, welcome text, icons, survey section, etc*/ i { color: #799CA4; } a { color: #799CA4; } h5#exampleModalLongTitle { color: #799CA4; } .bg_bottom { background: #799CA4 !important; } .topline { background-color: #799CA4; } .welcome_text { color: #799CA4; } .property_name:before { color: #799CA4; } .view-more:before { color: #799CA4; } .btn-survey { color: #799CA4 !important; } .survey { background-color: #799CA4; } .quote-content-wrapper .divider { border-top: 2px solid #799CA4; } .privacystatement-title { color: #799CA4; } #modal-title { color: #799CA4; } /*Use Text Color*/ /*This color is normally used for the text, property name, etc*/ .body { color: #282828 !important; } p,span,strong,h3,h4,th,div,label { color: #282828; } .property_name { color: #282828; } .text { color: #282828; } .form-control { color: #282828; } .form-control-small { color: #282828; } label { color: #282828; } .req { color: #282828; } .popover { color: #282828 !important; } .radio { color: #282828; } [type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after { background: #282828; } [type="radio"]:checked + label, [type="radio"]:not(:checked) + label{ color: #282828; } thead { color: #282828; } .quote-content-wrapper .intro { color: #282828; } .quote-content-wrapper .table>tbody>tr>td { color: #282828; } /*Advance CSS --- Change this values just in case you need to change the weight of the text to make it bolder or not deppending of the used font*/ i { font-weight: 400 !important; /*Change weight for links*/ } h5#exampleModalLongTitle { font-weight: 600; /*Change weight for Modal Titles*/ } #modal-title { font-weight: 600; /*Change weight for Modal Title*/ } .modal-body { font-weight: 400; /*Change weight for Modal Body*/ } .welcome_text { font-weight: 600; /*Change weight for Welcome to QuickQuote text on top of the page*/ } .property_name { font-weight: 400; /*Change weight for Property Name on top of the page*/ } .text { font-weight: 400; /*Change weight for text*/ } label { font-weight: 400; /*Change weight for label elements */ } .label--info { font-weight: 400; /*Change weight for label elements */ } .title_packagespanel { font-weight: 600; /*Change weight for the title on Packages panel */ } .btn-primary { font-weight: 600; /*Change weight for Primary button */ } .btn-secondary { font-weight: 600; /*Change weight for Secondary button */ } .btn-survey { font-weight: 600; /*Change weight for Survey button */ } .breadcrumbs li a { font-weight: 600 !important; /*Change weight for Breadcrumbs (Navigation) */ } .block_title { font-weight: 600; /*Change weight for Titles on blocks of options */ } .popover { font-weight: 400 !important; /*Change weight for popovers */ } .survey-title { font-weight: 600; /*Change weight for Title on survey panel*/ } .survey-text { font-weight: 400; /*Change weight for Text on survey panel */ } .radio { font-weight: 400; /*Change weight for radio buttons */ } a.acordion-header, div.summary-header { font-weight: 600 !important; /*Change weight for Accordion header */ } .item-label { font-weight: 400; /*Change weight for labels on the quote table */ } .item-price { font-weight: 400; /*Change weight for price on the quote table */ } .package_description { font-weight: 400; /*Change weight for description on the quote table */ } .totals .item-price { font-weight: 600; /*Change weight for price on the quote table */ } .card-body { font-weight: 400; /*Change weight for cards text */ } .quote-pharagrap { font-weight: 400; /*Change weight for text on quote page*/ } .foottext { font-weight: 400 !important; /*Change weight for footer */ }